Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Prefix direct from provider nkeys.ts instead of mod.ts #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cmidgley
Copy link

@cmidgley cmidgley commented Sep 8, 2024

The file curve.ts imports Prefix from mod.ts, which imports it from nkeys.ts. This PR changes the import to go directly to nkeys.ts.

Background:

I am working on a project to get the client to work on a platform called Moddable, a modern JS engine (called XS) that targets microcontrollers. Because it pre-compiles the source and does not have an actual file system on the device for the files it uses a unique module resolution system that can be tricky sometimes to work with. In this case, because mod.ts was being imported in a secondary file, and mod.ts is the main entry point, it is unable to resolve the import. This PR resolves that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant